Importance of Data Structure
Encapsulation
The principle of hiding the used data structure and to
only provide a well-defined interface is known as
encapsulation
.
Example:
define an ADT for complex numbers
•
Subtraction
•
Division
How represent data?